Skip to content

Connectivity checker for bittorrent trackers. Remove unreachable trackers from your trackerslist.

License

Notifications You must be signed in to change notification settings

Cycloctane/trackerping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trackerping

Connectivity checker for Bittorrent trackers.

Usage

Ping a single tracker

Ping a single tracker url and print the result.

python3 trackerping.py http://tracker.example.com/announce
python3 trackerping.py --timeout=10 udp://tracker.example.com:80/announce
python3 trackerping.py ws://webtorrent.example.com:80/announce

Verify a trackerslist

Ping all trackers url in a local or remote trackerslist (one url per line).

python3 trackerping.py -l ./trackerslist.txt
python3 trackerping.py -l https://example.com/trackerslist.txt

Write available trackers to the new trackerslist:

python3 trackerping.py -l -o ./newtrackerslist.txt https://example.com/trackerslist.txt

About

Connectivity checker for bittorrent trackers. Remove unreachable trackers from your trackerslist.

Topics

Resources

License

Stars

Watchers

Forks

Languages